Lightweights and Events
Lightweight components use the new event
model only
Mouse events go to the top-most component
that has interest
Mouse event distribution uses Component.contains() Non-rectangular components need to properly
redefine this method

Return to Tracks